Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: serialize compiled rules in a platform-independent way. #202

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

plusvic
Copy link
Member

@plusvic plusvic commented Sep 20, 2024

With this change the compile command produces rules that can be used across different platforms. You can compile a set of rules in a Linux and use them in a Windows. Until now, the compiled rules were platform-specific, and could be used only in the same platform where it was compiled.

@plusvic plusvic enabled auto-merge (squash) September 20, 2024 16:20
@plusvic plusvic merged commit dbcf548 into main Sep 20, 2024
31 checks passed
@plusvic plusvic deleted the platform-independent-rules branch September 20, 2024 16:30
plusvic added a commit that referenced this pull request Sep 20, 2024
With this change the compile command produces rules that can be used across different platforms. You can compile a set of rules in a Linux and use them in a Windows. Until now, the compiled rules were platform-specific, and could be used only in the same platform where it was compiled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant